Total Used Space of System Drive analysis

 
Target OS: Should work on any machine
Purpose: to determine the used space of the system drive of the machine. This is helpful knowing how much data is on the machine when perparing to move a user to a new machine or OS, detecting unusual disk space usage, doing a cold backup, or other tasks. These numbers being listed in "GB" is also much more useful than the BigFix/TEM properties in the age of TB hard drives.

 

 

Properties:

​Total Used Space of System Drive

(((total space of drive of system folder)/(1024 * 1024 * 1024)) - ((free space of drive of system folder)/(1024 * 1024 * 1024))) as string & " GB"

 

​Total Free Space of System Drive

((free space of drive of system folder)/(1024 * 1024 * 1024)) as string & " GB"

 

Total Space of System Drive

(((total space of drive of system folder)/(1024 * 1024 * 1024)) as string & " GB"​



References:



http://forum.bigfix.com/viewtopic.php?id=5730